home *** CD-ROM | disk | FTP | other *** search
/ Mighty Math - Carinval Countdown / Mighty Math Carinval Countdown.iso / pc / demo / demodata / ie / 00174.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  127 b   |  8 lines

  1. on enterFrame
  2.   global RainForestLoop
  3.   if RainForestLoop = "On" then
  4.     set RainForestLoop to "Off"
  5.     go("B")
  6.   end if
  7. end
  8.